PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRenderingSurface Class / save Method / save(Stream,PDFPageImageFormat) Method
Stream where to save the rendering surface
Image format for saving the rendering surface
In This Topic
    save(Stream,PDFPageImageFormat) Method
    In This Topic
    Saves the rendering surface as image to the specified stream.
    Syntax
    public void save( 
       Stream stream,
       PDFPageImageFormat format
    )

    Parameters

    stream
    Stream where to save the rendering surface
    format
    Image format for saving the rendering surface
    See Also